const runtime.logPallocChunkBytes
6 uses
runtime (current package)
mheap.go#L1612: bits := logHeapArenaBytes - logPallocChunkBytes
mheap.go#L1614: h.curArena.base = alignDown(h.curArena.base|(offset<<logPallocChunkBytes), pallocChunkBytes)
mheap.go#L1655: randOffset := nextHeapRandBits(logPallocChunkBytes)
mpagealloc.go#L65: logPallocChunkBytes = logPallocChunkPages + gc.PageShift
mpagealloc.go#L79: summaryL0Bits = heapAddrBits - logPallocChunkBytes - (summaryLevels-1)*summaryLevelBits
mpagealloc.go#L86: pallocChunksL2Bits = heapAddrBits - logPallocChunkBytes - pallocChunksL1Bits
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |